From: Alexander Ryzhov Date: Thu, 18 Dec 2014 09:13:37 +0000 (+0300) Subject: asterisk-1.8.x-codec-g729: fix description and included files X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=6a415e6bbf4fe9949301187b136e54d8645d3a36;p=feed%2Ftelephony.git asterisk-1.8.x-codec-g729: fix description and included files --- diff --git a/net/asterisk-1.8.x-codec-g729/Makefile b/net/asterisk-1.8.x-codec-g729/Makefile index d5a21b8..9d6fc77 100644 --- a/net/asterisk-1.8.x-codec-g729/Makefile +++ b/net/asterisk-1.8.x-codec-g729/Makefile @@ -34,7 +34,7 @@ define Package/asterisk18-codec-g729 TITLE:=G.729 codec for Asterisk open source PBX endef -define Package/asterisk11-codec-g729/description +define Package/asterisk18-codec-g729/description Asterisk G.729 codec based on bcg729 implementation. endef @@ -46,7 +46,7 @@ MAKE_ARGS:= \ DESTDIR="$(PKG_INSTALL_DIR)" CONFIGURE_ARGS+=\ - --with-asterisk-includes=$(STAGING_DIR)/usr/include/asterisk-11/include \ + --with-asterisk-includes=$(STAGING_DIR)/usr/include/asterisk-1.8/include \ --with-asterisk18 \ --with-bcg729 \ --enable-shared \